projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdc9e8
)
Seal priv pointer in GtkExpander.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:23 +0000
(11:04 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:23 +0000
(11:04 +0000)
svn path=/trunk/; revision=20561
gtk/gtkexpander.h
patch
|
blob
|
history
diff --git
a/gtk/gtkexpander.h
b/gtk/gtkexpander.h
index 97163dc5c1bd502ffd2de5ff5bb1e4e5af44bc3b..dc07a6ce711f13cdff09c417a63f7178e3bb29e9 100644
(file)
--- a/
gtk/gtkexpander.h
+++ b/
gtk/gtkexpander.h
@@
-47,7
+47,7
@@
struct _GtkExpander
{
GtkBin bin;
- GtkExpanderPrivate *
priv
;
+ GtkExpanderPrivate *
GSEAL (priv)
;
};
struct _GtkExpanderClass